container {
width: 500px;
height: 500px;
overflow: auto; /* Enables scrolling */
scrollbar-width: none; /* Hides scrollbar in Firefox */
-ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
}
/* Hides scrollbar for WebKit browsers (Chrome, Safari) */
container::-webkit-scrollbar {
display: none;
}
Welcome to my Website!
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!